Html Css Color HEX #B2C018 Rio Grande

📋 copy color: '#B2C018'

red 178 ◦ green 192 ◦ blue 24

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

Shades of Rio Grande #B2C018

Tints of Rio Grande #B2C018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.73%

 BLUE value IS 24 (9.77% from 255) = 6.09%

R = 45.18%
G = 48.73%
B = 6.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#B2C018 (or 0xB2C018) is known color: Rio Grande. HEX triplet: B2, C0 and 18. RGB value is (178,192,24). Sum of RGB (Red+Green+Blue) = 178+192+24=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C018 is #4D3FE7. Grayscale: #A9A9A9. Windows color (decimal): -5062632 or 1622194. OLE color: 1622194.

HSL color Cylindrical-coordinate representation of color #B2C018: hue angle of 65º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2C018 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 24 -
CMYK 0.07 0 0.88 0.25
HSL 65º 0.78% 0.42% -
HSV(B) 65º 0.88% 0.75% -
XYZ 37.37 47.23 8.01 -
YUV 168.66 46.36 134.66 -
System Red Green Blue C M Y K H S L
Decimal 178 192 24 0.07 0 0.88 0.25 65 0.78 0.42
Hex B2 C0 18 7 0 58 19 41 4E 2A
Octal 262 300 30 7 0 130 31 101 116 52
Binary 10110010 11000000 11000 111 0 1011000 11001 1000001 1001110 101010

Color Harmonies of #B2C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C018

Black with #B2C018

Text Example


Text Example

White with #B2C018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C018; }

 p { color: rgb(178,192,24); }

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

background-color css

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

 a { background-color: rgb(178,192,24); }

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

border-color css

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

 span { border-color: rgb(178,192,24); }

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