Html Css Color HEX #B8C816 Rio Grande

📋 copy color: '#B8C816'

red 184 ◦ green 200 ◦ blue 22

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

Shades of Rio Grande #B8C816

Tints of Rio Grande #B8C816

RGB

 RED value IS 184 (72.27% from 255) = 45.32%

 GREEN value IS 200 (78.52% from 255) = 49.26%

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 45.32%
G = 49.26%
B = 5.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#B8C816 (or 0xB8C816) is known color: Rio Grande. HEX triplet: B8, C8 and 16. RGB value is (184,200,22). Sum of RGB (Red+Green+Blue) = 184+200+22=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C816 is #4737E9. Grayscale: #AFAFAF. Windows color (decimal): -4667370 or 1493176. OLE color: 1493176.

HSL color Cylindrical-coordinate representation of color #B8C816: hue angle of 65.39º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8C816 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 200 22 -
CMYK 0.08 0 0.89 0.22
HSL 65.39º 0.8% 0.44% -
HSV(B) 65.39º 0.89% 0.78% -
XYZ 40.57 51.56 8.57 -
YUV 174.92 41.7 134.47 -
System Red Green Blue C M Y K H S L
Decimal 184 200 22 0.08 0 0.89 0.22 65.39 0.8 0.44
Hex B8 C8 16 8 0 59 16 41 50 2C
Octal 270 310 26 10 0 131 26 101 120 54
Binary 10111000 11001000 10110 1000 0 1011001 10110 1000001 1010000 101100

Color Harmonies of #B8C816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C816

Black with #B8C816

Text Example


Text Example

White with #B8C816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C816; }

 p { color: rgb(184,200,22); }

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

background-color css

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

 a { background-color: rgb(184,200,22); }

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

border-color css

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

 span { border-color: rgb(184,200,22); }

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