Html Css Color HEX #B2C90F Rio Grande

📋 copy color: '#B2C90F'

red 178 ◦ green 201 ◦ blue 15

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

Shades of Rio Grande #B2C90F

Tints of Rio Grande #B2C90F

RGB

 RED value IS 178 (69.92% from 255) = 45.18%

 GREEN value IS 201 (78.91% from 255) = 51.02%

 BLUE value IS 15 (6.25% from 255) = 3.81%

R = 45.18%
G = 51.02%
B = 3.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#B2C90F (or 0xB2C90F) is known color: Rio Grande. HEX triplet: B2, C9 and 0F. RGB value is (178,201,15). Sum of RGB (Red+Green+Blue) = 178+201+15=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C90F is #4D36F0. Grayscale: #ADADAD. Windows color (decimal): -5060337 or 1034674. OLE color: 1034674.

HSL color Cylindrical-coordinate representation of color #B2C90F: hue angle of 67.42º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2C90F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 15 -
CMYK 0.11 0 0.93 0.21
HSL 67.42º 0.86% 0.42% -
HSV(B) 67.42º 0.93% 0.79% -
XYZ 39.33 51.27 8.28 -
YUV 172.92 38.88 131.62 -
System Red Green Blue C M Y K H S L
Decimal 178 201 15 0.11 0 0.93 0.21 67.42 0.86 0.42
Hex B2 C9 F B 0 5D 15 43 56 2A
Octal 262 311 17 13 0 135 25 103 126 52
Binary 10110010 11001001 1111 1011 0 1011101 10101 1000011 1010110 101010

Color Harmonies of #B2C90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C90F

Black with #B2C90F

Text Example


Text Example

White with #B2C90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C90F; }

 p { color: rgb(178,201,15); }

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

background-color css

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

 a { background-color: rgb(178,201,15); }

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

border-color css

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

 span { border-color: rgb(178,201,15); }

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