Html Css Color HEX #B7C118 Rio Grande

📋 copy color: '#B7C118'

red 183 ◦ green 193 ◦ blue 24

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

Shades of Rio Grande #B7C118

Tints of Rio Grande #B7C118

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

 BLUE value IS 24 (9.77% from 255) = 6%

R = 45.75%
G = 48.25%
B = 6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#B7C118 (or 0xB7C118) is known color: Rio Grande. HEX triplet: B7, C1 and 18. RGB value is (183,193,24). Sum of RGB (Red+Green+Blue) = 183+193+24=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C118 is #483EE7. Grayscale: #ABABAB. Windows color (decimal): -4734696 or 1622455. OLE color: 1622455.

HSL color Cylindrical-coordinate representation of color #B7C118: hue angle of 63.55º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7C118 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 193 24 -
CMYK 0.05 0 0.88 0.24
HSL 63.55º 0.78% 0.43% -
HSV(B) 63.55º 0.88% 0.76% -
XYZ 38.76 48.27 8.14 -
YUV 170.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 183 193 24 0.05 0 0.88 0.24 63.55 0.78 0.43
Hex B7 C1 18 5 0 58 18 40 4E 2B
Octal 267 301 30 5 0 130 30 100 116 53
Binary 10110111 11000001 11000 101 0 1011000 11000 1000000 1001110 101011

Color Harmonies of #B7C118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C118

Black with #B7C118

Text Example


Text Example

White with #B7C118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C118; }

 p { color: rgb(183,193,24); }

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

background-color css

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

 a { background-color: rgb(183,193,24); }

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

border-color css

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

 span { border-color: rgb(183,193,24); }

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