Html Css Color HEX #B7C01E Rio Grande

📋 copy color: '#B7C01E'

red 183 ◦ green 192 ◦ blue 30

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

Shades of Rio Grande #B7C01E

Tints of Rio Grande #B7C01E

RGB

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

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

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

R = 45.19%
G = 47.41%
B = 7.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#B7C01E (or 0xB7C01E) is known color: Rio Grande. HEX triplet: B7, C0 and 1E. RGB value is (183,192,30). Sum of RGB (Red+Green+Blue) = 183+192+30=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C01E is #483FE1. Grayscale: #ABABAB. Windows color (decimal): -4734946 or 2015415. OLE color: 2015415.

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

Color convert

RGB 183 192 30 -
CMYK 0.05 0 0.84 0.25
HSL 63.33º 0.73% 0.44% -
HSV(B) 63.33º 0.84% 0.75% -
XYZ 38.61 47.86 8.43 -
YUV 170.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 183 192 30 0.05 0 0.84 0.25 63.33 0.73 0.44
Hex B7 C0 1E 5 0 54 19 3F 49 2C
Octal 267 300 36 5 0 124 31 77 111 54
Binary 10110111 11000000 11110 101 0 1010100 11001 111111 1001001 101100

Color Harmonies of #B7C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C01E

Black with #B7C01E

Text Example


Text Example

White with #B7C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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