Html Css Color HEX #B4CC02 La Rioja

📋 copy color: '#B4CC02'

red 180 ◦ green 204 ◦ blue 2

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

Shades of La Rioja #B4CC02

Tints of La Rioja #B4CC02

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

 GREEN value IS 204 (80.08% from 255) = 52.85%

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

R = 46.63%
G = 52.85%
B = 0.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#B4CC02 (or 0xB4CC02) is known color: La Rioja. HEX triplet: B4, CC and 02. RGB value is (180,204,2). Sum of RGB (Red+Green+Blue) = 180+204+2=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CC02 is #4B33FD. Grayscale: #AEAEAE. Windows color (decimal): -4928510 or 183476. OLE color: 183476.

HSL color Cylindrical-coordinate representation of color #B4CC02: hue angle of 67.13º 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 #B4CC02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 2 -
CMYK 0.12 0 0.99 0.2
HSL 67.13º 0.98% 0.4% -
HSV(B) 67.13º 0.99% 0.8% -
XYZ 40.43 52.89 8.14 -
YUV 173.8 31.05 132.43 -
System Red Green Blue C M Y K H S L
Decimal 180 204 2 0.12 0 0.99 0.2 67.13 0.98 0.4
Hex B4 CC 2 C 0 63 14 43 62 28
Octal 264 314 2 14 0 143 24 103 142 50
Binary 10110100 11001100 10 1100 0 1100011 10100 1000011 1100010 101000

Color Harmonies of #B4CC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CC02

Black with #B4CC02

Text Example


Text Example

White with #B4CC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CC02; }

 p { color: rgb(180,204,2); }

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

background-color css

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

 a { background-color: rgb(180,204,2); }

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

border-color css

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

 span { border-color: rgb(180,204,2); }

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