Html Css Color HEX #B7BF1E Rio Grande

📋 copy color: '#B7BF1E'

red 183 ◦ green 191 ◦ blue 30

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

Shades of Rio Grande #B7BF1E

Tints of Rio Grande #B7BF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 47.28%

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 45.3%
G = 47.28%
B = 7.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B7BF1E (or 0xB7BF1E) is known color: Rio Grande. HEX triplet: B7, BF and 1E. RGB value is (183,191,30). Sum of RGB (Red+Green+Blue) = 183+191+30=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF1E is #4840E1. Grayscale: #AAAAAA. Windows color (decimal): -4735202 or 2015159. OLE color: 2015159.

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

Color convert

RGB 183 191 30 -
CMYK 0.04 0 0.84 0.25
HSL 62.98º 0.73% 0.43% -
HSV(B) 62.98º 0.84% 0.75% -
XYZ 38.39 47.42 8.36 -
YUV 170.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 183 191 30 0.04 0 0.84 0.25 62.98 0.73 0.43
Hex B7 BF 1E 4 0 54 19 3F 49 2B
Octal 267 277 36 4 0 124 31 77 111 53
Binary 10110111 10111111 11110 100 0 1010100 11001 111111 1001001 101011

Color Harmonies of #B7BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF1E

Black with #B7BF1E

Text Example


Text Example

White with #B7BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF1E; }

 p { color: rgb(183,191,30); }

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

background-color css

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

 a { background-color: rgb(183,191,30); }

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

border-color css

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

 span { border-color: rgb(183,191,30); }

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