Html Css Color HEX #B3CB02 La Rioja

📋 copy color: '#B3CB02'

red 179 ◦ green 203 ◦ blue 2

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

Shades of La Rioja #B3CB02

Tints of La Rioja #B3CB02

RGB

 RED value IS 179 (70.31% from 255) = 46.61%

 GREEN value IS 203 (79.69% from 255) = 52.86%

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

R = 46.61%
G = 52.86%
B = 0.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#B3CB02 (or 0xB3CB02) is known color: La Rioja. HEX triplet: B3, CB and 02. RGB value is (179,203,2). Sum of RGB (Red+Green+Blue) = 179+203+2=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 203 (79.69% from 255 or 52.86% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CB02 is #4C34FD. Grayscale: #ADADAD. Windows color (decimal): -4994302 or 183219. OLE color: 183219.

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

Color convert

RGB 179 203 2 -
CMYK 0.12 0 0.99 0.20
HSL 67.16º 0.98% 0.4% -
HSV(B) 67.16º 0.99% 0.8% -
XYZ 39.96 52.3 8.05 -
YUV 172.91 31.55 132.34 -
System Red Green Blue C M Y K H S L
Decimal 179 203 2 0.12 0 0.99 0.20 67.16 0.98 0.4
Hex B3 CB 2 C 0 63 14 43 62 28
Octal 263 313 2 14 0 143 24 103 142 50
Binary 10110011 11001011 10 1100 0 1100011 10100 1000011 1100010 101000

Color Harmonies of #B3CB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CB02

Black with #B3CB02

Text Example


Text Example

White with #B3CB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CB02; }

 p { color: rgb(179,203,2); }

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

background-color css

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

 a { background-color: rgb(179,203,2); }

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

border-color css

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

 span { border-color: rgb(179,203,2); }

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