Html Css Color HEX #B6CE02 La Rioja

📋 copy color: '#B6CE02'

red 182 ◦ green 206 ◦ blue 2

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

Shades of La Rioja #B6CE02

Tints of La Rioja #B6CE02

RGB

 RED value IS 182 (71.48% from 255) = 46.67%

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 46.67%
G = 52.82%
B = 0.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#B6CE02 (or 0xB6CE02) is known color: La Rioja. HEX triplet: B6, CE and 02. RGB value is (182,206,2). Sum of RGB (Red+Green+Blue) = 182+206+2=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CE02 is #4931FD. Grayscale: #B0B0B0. Windows color (decimal): -4796926 or 183990. OLE color: 183990.

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

Color convert

RGB 182 206 2 -
CMYK 0.12 0 0.99 0.19
HSL 67.06º 0.98% 0.41% -
HSV(B) 67.06º 0.99% 0.81% -
XYZ 41.37 54.09 8.32 -
YUV 175.57 30.05 132.59 -
System Red Green Blue C M Y K H S L
Decimal 182 206 2 0.12 0 0.99 0.19 67.06 0.98 0.41
Hex B6 CE 2 C 0 63 13 43 62 29
Octal 266 316 2 14 0 143 23 103 142 51
Binary 10110110 11001110 10 1100 0 1100011 10011 1000011 1100010 101001

Color Harmonies of #B6CE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CE02

Black with #B6CE02

Text Example


Text Example

White with #B6CE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CE02; }

 p { color: rgb(182,206,2); }

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

background-color css

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

 a { background-color: rgb(182,206,2); }

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

border-color css

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

 span { border-color: rgb(182,206,2); }

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