Html Css Color HEX #B7BD21 Rio Grande

📋 copy color: '#B7BD21'

red 183 ◦ green 189 ◦ blue 33

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

Shades of Rio Grande #B7BD21

Tints of Rio Grande #B7BD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 45.19%
G = 46.67%
B = 8.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#B7BD21 (or 0xB7BD21) is known color: Rio Grande. HEX triplet: B7, BD and 21. RGB value is (183,189,33). Sum of RGB (Red+Green+Blue) = 183+189+33=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD21 is #4842DE. Grayscale: #AAAAAA. Windows color (decimal): -4735711 or 2211255. OLE color: 2211255.

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

Color convert

RGB 183 189 33 -
CMYK 0.03 0 0.83 0.26
HSL 62.31º 0.7% 0.44% -
HSV(B) 62.31º 0.83% 0.74% -
XYZ 38 46.57 8.43 -
YUV 169.42 51.01 137.68 -
System Red Green Blue C M Y K H S L
Decimal 183 189 33 0.03 0 0.83 0.26 62.31 0.7 0.44
Hex B7 BD 21 3 0 53 1A 3E 46 2C
Octal 267 275 41 3 0 123 32 76 106 54
Binary 10110111 10111101 100001 11 0 1010011 11010 111110 1000110 101100

Color Harmonies of #B7BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BD21

Black with #B7BD21

Text Example


Text Example

White with #B7BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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