Html Css Color HEX #B2BD1C Rio Grande

📋 copy color: '#B2BD1C'

red 178 ◦ green 189 ◦ blue 28

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

Shades of Rio Grande #B2BD1C

Tints of Rio Grande #B2BD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 45.06%
G = 47.85%
B = 7.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#B2BD1C (or 0xB2BD1C) is known color: Rio Grande. HEX triplet: B2, BD and 1C. RGB value is (178,189,28). Sum of RGB (Red+Green+Blue) = 178+189+28=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD1C is #4D42E3. Grayscale: #A7A7A7. Windows color (decimal): -5063396 or 1883570. OLE color: 1883570.

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

Color convert

RGB 178 189 28 -
CMYK 0.06 0 0.85 0.26
HSL 64.1º 0.74% 0.43% -
HSV(B) 64.1º 0.85% 0.74% -
XYZ 36.77 45.94 8.03 -
YUV 167.36 49.36 135.59 -
System Red Green Blue C M Y K H S L
Decimal 178 189 28 0.06 0 0.85 0.26 64.1 0.74 0.43
Hex B2 BD 1C 6 0 55 1A 40 4A 2B
Octal 262 275 34 6 0 125 32 100 112 53
Binary 10110010 10111101 11100 110 0 1010101 11010 1000000 1001010 101011

Color Harmonies of #B2BD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD1C

Black with #B2BD1C

Text Example


Text Example

White with #B2BD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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