Html Css Color HEX #B0C81F Rio Grande

📋 copy color: '#B0C81F'

red 176 ◦ green 200 ◦ blue 31

#B0C81F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B0C81F

Tints of Rio Grande #B0C81F

RGB

 RED value IS 176 (69.14% from 255) = 43.24%

 GREEN value IS 200 (78.52% from 255) = 49.14%

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 43.24%
G = 49.14%
B = 7.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0C81F (or 0xB0C81F) is known color: Rio Grande. HEX triplet: B0, C8 and 1F. RGB value is (176,200,31). Sum of RGB (Red+Green+Blue) = 176+200+31=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C81F is #4F37E0. Grayscale: #AEAEAE. Windows color (decimal): -5191649 or 2082992. OLE color: 2082992.

HSL color Cylindrical-coordinate representation of color #B0C81F: hue angle of 68.52º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0C81F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 31 -
CMYK 0.12 0 0.84 0.22
HSL 68.52º 0.73% 0.45% -
HSV(B) 68.52º 0.85% 0.78% -
XYZ 38.81 50.64 9.03 -
YUV 173.56 47.55 129.74 -
System Red Green Blue C M Y K H S L
Decimal 176 200 31 0.12 0 0.84 0.22 68.52 0.73 0.45
Hex B0 C8 1F C 0 54 16 45 49 2D
Octal 260 310 37 14 0 124 26 105 111 55
Binary 10110000 11001000 11111 1100 0 1010100 10110 1000101 1001001 101101

Color Harmonies of #B0C81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C81F

Black with #B0C81F

Text Example


Text Example

White with #B0C81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C81F; }

 p { color: rgb(176,200,31); }

 H1.HeaderClassName
 {
   color: #B0C81F;
 }
 .AnyTagClassName
 {
   color: #B0C81F;
 }
</style>

background-color css

<style>
 a { background-color: #B0C81F; }

 a { background-color: rgb(176,200,31); }

 div.DivClassName
 {
   background-color: #B0C81F;
 }
 .BgClassName
 {
   background-color: #B0C81F;
 }
</style>

border-color css

<style>
 span { border-color: #B0C81F; }

 span { border-color: rgb(176,200,31); }

 td.TdClassName
 {
   border-color: #B0C81F;
 }
 .TagClassName
 {
   border-color: #B0C81F;
 }
</style>