Html Css Color HEX #B7C01D Rio Grande

📋 copy color: '#B7C01D'

red 183 ◦ green 192 ◦ blue 29

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

Shades of Rio Grande #B7C01D

Tints of Rio Grande #B7C01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

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

R = 45.3%
G = 47.52%
B = 7.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#B7C01D (or 0xB7C01D) is known color: Rio Grande. HEX triplet: B7, C0 and 1D. RGB value is (183,192,29). Sum of RGB (Red+Green+Blue) = 183+192+29=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C01D is #483FE2. Grayscale: #ABABAB. Windows color (decimal): -4734947 or 1949879. OLE color: 1949879.

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

Color convert

RGB 183 192 29 -
CMYK 0.05 0 0.85 0.25
HSL 63.31º 0.74% 0.43% -
HSV(B) 63.31º 0.85% 0.75% -
XYZ 38.6 47.86 8.36 -
YUV 170.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 183 192 29 0.05 0 0.85 0.25 63.31 0.74 0.43
Hex B7 C0 1D 5 0 55 19 3F 4A 2B
Octal 267 300 35 5 0 125 31 77 112 53
Binary 10110111 11000000 11101 101 0 1010101 11001 111111 1001010 101011

Color Harmonies of #B7C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C01D

Black with #B7C01D

Text Example


Text Example

White with #B7C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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