Html Css Color HEX #B2BD18 Rio Grande

📋 copy color: '#B2BD18'

red 178 ◦ green 189 ◦ blue 24

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

Shades of Rio Grande #B2BD18

Tints of Rio Grande #B2BD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.34%

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

R = 45.52%
G = 48.34%
B = 6.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#B2BD18 (or 0xB2BD18) is known color: Rio Grande. HEX triplet: B2, BD and 18. RGB value is (178,189,24). Sum of RGB (Red+Green+Blue) = 178+189+24=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BD18 is #4D42E7. Grayscale: #A7A7A7. Windows color (decimal): -5063400 or 1621426. OLE color: 1621426.

HSL color Cylindrical-coordinate representation of color #B2BD18: hue angle of 64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2BD18 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 24 -
CMYK 0.06 0 0.87 0.26
HSL 64º 0.77% 0.42% -
HSV(B) 64º 0.87% 0.74% -
XYZ 36.72 45.93 7.79 -
YUV 166.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 178 189 24 0.06 0 0.87 0.26 64 0.77 0.42
Hex B2 BD 18 6 0 57 1A 40 4D 2A
Octal 262 275 30 6 0 127 32 100 115 52
Binary 10110010 10111101 11000 110 0 1010111 11010 1000000 1001101 101010

Color Harmonies of #B2BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD18

Black with #B2BD18

Text Example


Text Example

White with #B2BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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