Html Css Color HEX #B2BC02 La Rioja

📋 copy color: '#B2BC02'

red 178 ◦ green 188 ◦ blue 2

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

Shades of La Rioja #B2BC02

Tints of La Rioja #B2BC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.09%

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

R = 48.37%
G = 51.09%
B = 0.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#B2BC02 (or 0xB2BC02) is known color: La Rioja. HEX triplet: B2, BC and 02. RGB value is (178,188,2). Sum of RGB (Red+Green+Blue) = 178+188+2=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC02 is #4D43FD. Grayscale: #A4A4A4. Windows color (decimal): -5063678 or 179378. OLE color: 179378.

HSL color Cylindrical-coordinate representation of color #B2BC02: hue angle of 63.23º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2BC02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 2 -
CMYK 0.05 0 0.99 0.26
HSL 63.23º 0.98% 0.37% -
HSV(B) 63.23º 0.99% 0.74% -
XYZ 36.35 45.44 6.91 -
YUV 163.81 36.69 138.12 -
System Red Green Blue C M Y K H S L
Decimal 178 188 2 0.05 0 0.99 0.26 63.23 0.98 0.37
Hex B2 BC 2 5 0 63 1A 3F 62 25
Octal 262 274 2 5 0 143 32 77 142 45
Binary 10110010 10111100 10 101 0 1100011 11010 111111 1100010 100101

Color Harmonies of #B2BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC02

Black with #B2BC02

Text Example


Text Example

White with #B2BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC02; }

 p { color: rgb(178,188,2); }

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

background-color css

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

 a { background-color: rgb(178,188,2); }

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

border-color css

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

 span { border-color: rgb(178,188,2); }

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