Html Css Color HEX #B2CE05 La Rioja

📋 copy color: '#B2CE05'

red 178 ◦ green 206 ◦ blue 5

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

Shades of La Rioja #B2CE05

Tints of La Rioja #B2CE05

RGB

 RED value IS 178 (69.92% from 255) = 45.76%

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

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

R = 45.76%
G = 52.96%
B = 1.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#B2CE05 (or 0xB2CE05) is known color: La Rioja. HEX triplet: B2, CE and 05. RGB value is (178,206,5). Sum of RGB (Red+Green+Blue) = 178+206+5=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CE05 is #4D31FA. Grayscale: #AFAFAF. Windows color (decimal): -5059067 or 380594. OLE color: 380594.

HSL color Cylindrical-coordinate representation of color #B2CE05: hue angle of 68.36º 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 #B2CE05 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 5 -
CMYK 0.14 0 0.98 0.19
HSL 68.36º 0.95% 0.41% -
HSV(B) 68.36º 0.98% 0.81% -
XYZ 40.46 53.62 8.36 -
YUV 174.71 32.22 130.34 -
System Red Green Blue C M Y K H S L
Decimal 178 206 5 0.14 0 0.98 0.19 68.36 0.95 0.41
Hex B2 CE 5 E 0 62 13 44 5F 29
Octal 262 316 5 16 0 142 23 104 137 51
Binary 10110010 11001110 101 1110 0 1100010 10011 1000100 1011111 101001

Color Harmonies of #B2CE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE05

Black with #B2CE05

Text Example


Text Example

White with #B2CE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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