Html Css Color HEX #B7BD28 Rio Grande

📋 copy color: '#B7BD28'

red 183 ◦ green 189 ◦ blue 40

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

Shades of Rio Grande #B7BD28

Tints of Rio Grande #B7BD28

RGB

 RED value IS 183 (71.88% from 255) = 44.42%

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

 BLUE value IS 40 (16.02% from 255) = 9.71%

R = 44.42%
G = 45.87%
B = 9.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#B7BD28 (or 0xB7BD28) is known color: Rio Grande. HEX triplet: B7, BD and 28. RGB value is (183,189,40). Sum of RGB (Red+Green+Blue) = 183+189+40=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD28 is #4842D7. Grayscale: #AAAAAA. Windows color (decimal): -4735704 or 2670007. OLE color: 2670007.

HSL color Cylindrical-coordinate representation of color #B7BD28: hue angle of 62.42º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7BD28 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 189 40 -
CMYK 0.03 0 0.79 0.26
HSL 62.42º 0.65% 0.45% -
HSV(B) 62.42º 0.79% 0.74% -
XYZ 38.11 46.62 9 -
YUV 170.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 183 189 40 0.03 0 0.79 0.26 62.42 0.65 0.45
Hex B7 BD 28 3 0 4F 1A 3E 41 2D
Octal 267 275 50 3 0 117 32 76 101 55
Binary 10110111 10111101 101000 11 0 1001111 11010 111110 1000001 101101

Color Harmonies of #B7BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BD28

Black with #B7BD28

Text Example


Text Example

White with #B7BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BD28; }

 p { color: rgb(183,189,40); }

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

background-color css

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

 a { background-color: rgb(183,189,40); }

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

border-color css

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

 span { border-color: rgb(183,189,40); }

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