Html Css Color HEX #B7C415 Rio Grande

📋 copy color: '#B7C415'

red 183 ◦ green 196 ◦ blue 21

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

Shades of Rio Grande #B7C415

Tints of Rio Grande #B7C415

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49%

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 45.75%
G = 49%
B = 5.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#B7C415 (or 0xB7C415) is known color: Rio Grande. HEX triplet: B7, C4 and 15. RGB value is (183,196,21). Sum of RGB (Red+Green+Blue) = 183+196+21=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C415 is #483BEA. Grayscale: #ACACAC. Windows color (decimal): -4733931 or 1426615. OLE color: 1426615.

HSL color Cylindrical-coordinate representation of color #B7C415: hue angle of 64.46º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7C415 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 196 21 -
CMYK 0.07 0 0.89 0.23
HSL 64.46º 0.81% 0.43% -
HSV(B) 64.46º 0.89% 0.77% -
XYZ 39.4 49.6 8.21 -
YUV 172.16 42.69 135.73 -
System Red Green Blue C M Y K H S L
Decimal 183 196 21 0.07 0 0.89 0.23 64.46 0.81 0.43
Hex B7 C4 15 7 0 59 17 40 51 2B
Octal 267 304 25 7 0 131 27 100 121 53
Binary 10110111 11000100 10101 111 0 1011001 10111 1000000 1010001 101011

Color Harmonies of #B7C415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C415

Black with #B7C415

Text Example


Text Example

White with #B7C415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C415; }

 p { color: rgb(183,196,21); }

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

background-color css

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

 a { background-color: rgb(183,196,21); }

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

border-color css

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

 span { border-color: rgb(183,196,21); }

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