Html Css Color HEX #B0CE15 Rio Grande

📋 copy color: '#B0CE15'

red 176 ◦ green 206 ◦ blue 21

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

Shades of Rio Grande #B0CE15

Tints of Rio Grande #B0CE15

RGB

 RED value IS 176 (69.14% from 255) = 43.67%

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

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

R = 43.67%
G = 51.12%
B = 5.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#B0CE15 (or 0xB0CE15) is known color: Rio Grande. HEX triplet: B0, CE and 15. RGB value is (176,206,21). Sum of RGB (Red+Green+Blue) = 176+206+21=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CE15 is #4F31EA. Grayscale: #B0B0B0. Windows color (decimal): -5190123 or 1429168. OLE color: 1429168.

HSL color Cylindrical-coordinate representation of color #B0CE15: hue angle of 69.73º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0CE15 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 21 -
CMYK 0.15 0 0.90 0.19
HSL 69.73º 0.81% 0.45% -
HSV(B) 69.73º 0.9% 0.81% -
XYZ 40.11 53.43 8.91 -
YUV 175.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 176 206 21 0.15 0 0.90 0.19 69.73 0.81 0.45
Hex B0 CE 15 F 0 5A 13 46 51 2D
Octal 260 316 25 17 0 132 23 106 121 55
Binary 10110000 11001110 10101 1111 0 1011010 10011 1000110 1010001 101101

Color Harmonies of #B0CE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE15

Black with #B0CE15

Text Example


Text Example

White with #B0CE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE15; }

 p { color: rgb(176,206,21); }

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

background-color css

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

 a { background-color: rgb(176,206,21); }

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

border-color css

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

 span { border-color: rgb(176,206,21); }

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