Html Css Color HEX #B7BD1D Rio Grande

📋 copy color: '#B7BD1D'

red 183 ◦ green 189 ◦ blue 29

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

Shades of Rio Grande #B7BD1D

Tints of Rio Grande #B7BD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 45.64%
G = 47.13%
B = 7.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#B7BD1D (or 0xB7BD1D) is known color: Rio Grande. HEX triplet: B7, BD and 1D. RGB value is (183,189,29). Sum of RGB (Red+Green+Blue) = 183+189+29=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD1D is #4842E2. Grayscale: #A9A9A9. Windows color (decimal): -4735715 or 1949111. OLE color: 1949111.

HSL color Cylindrical-coordinate representation of color #B7BD1D: hue angle of 62.25º degrees, saturation: 0.73, 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 #B7BD1D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 189 29 -
CMYK 0.03 0 0.85 0.26
HSL 62.25º 0.73% 0.43% -
HSV(B) 62.25º 0.85% 0.74% -
XYZ 37.95 46.55 8.15 -
YUV 168.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 183 189 29 0.03 0 0.85 0.26 62.25 0.73 0.43
Hex B7 BD 1D 3 0 55 1A 3E 49 2B
Octal 267 275 35 3 0 125 32 76 111 53
Binary 10110111 10111101 11101 11 0 1010101 11010 111110 1001001 101011

Color Harmonies of #B7BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BD1D

Black with #B7BD1D

Text Example


Text Example

White with #B7BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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