Html Css Color HEX #B0CE05 La Rioja

📋 copy color: '#B0CE05'

red 176 ◦ green 206 ◦ blue 5

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

Shades of La Rioja #B0CE05

Tints of La Rioja #B0CE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 45.48%
G = 53.23%
B = 1.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#B0CE05 (or 0xB0CE05) is known color: La Rioja. HEX triplet: B0, CE and 05. RGB value is (176,206,5). Sum of RGB (Red+Green+Blue) = 176+206+5=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CE05 is #4F31FA. Grayscale: #AEAEAE. Windows color (decimal): -5190139 or 380592. OLE color: 380592.

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

Color convert

RGB 176 206 5 -
CMYK 0.15 0 0.98 0.19
HSL 68.96º 0.95% 0.41% -
HSV(B) 68.96º 0.98% 0.81% -
XYZ 40 53.38 8.34 -
YUV 174.12 32.56 129.34 -
System Red Green Blue C M Y K H S L
Decimal 176 206 5 0.15 0 0.98 0.19 68.96 0.95 0.41
Hex B0 CE 5 F 0 62 13 45 5F 29
Octal 260 316 5 17 0 142 23 105 137 51
Binary 10110000 11001110 101 1111 0 1100010 10011 1000101 1011111 101001

Color Harmonies of #B0CE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE05

Black with #B0CE05

Text Example


Text Example

White with #B0CE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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