Html Css Color HEX #B8CE20 Rio Grande

📋 copy color: '#B8CE20'

red 184 ◦ green 206 ◦ blue 32

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

Shades of Rio Grande #B8CE20

Tints of Rio Grande #B8CE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 43.6%
G = 48.82%
B = 7.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#B8CE20 (or 0xB8CE20) is known color: Rio Grande. HEX triplet: B8, CE and 20. RGB value is (184,206,32). Sum of RGB (Red+Green+Blue) = 184+206+32=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CE20 is #4731DF. Grayscale: #B4B4B4. Windows color (decimal): -4665824 or 2150072. OLE color: 2150072.

HSL color Cylindrical-coordinate representation of color #B8CE20: hue angle of 67.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8CE20 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 206 32 -
CMYK 0.11 0 0.84 0.19
HSL 67.59º 0.73% 0.47% -
HSV(B) 67.59º 0.84% 0.81% -
XYZ 42.1 54.44 9.66 -
YUV 179.59 44.71 131.15 -
System Red Green Blue C M Y K H S L
Decimal 184 206 32 0.11 0 0.84 0.19 67.59 0.73 0.47
Hex B8 CE 20 B 0 54 13 44 49 2F
Octal 270 316 40 13 0 124 23 104 111 57
Binary 10111000 11001110 100000 1011 0 1010100 10011 1000100 1001001 101111

Color Harmonies of #B8CE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CE20

Black with #B8CE20

Text Example


Text Example

White with #B8CE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CE20; }

 p { color: rgb(184,206,32); }

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

background-color css

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

 a { background-color: rgb(184,206,32); }

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

border-color css

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

 span { border-color: rgb(184,206,32); }

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