Html Css Color HEX #B2CA0C La Rioja

📋 copy color: '#B2CA0C'

red 178 ◦ green 202 ◦ blue 12

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

Shades of La Rioja #B2CA0C

Tints of La Rioja #B2CA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.53%

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 45.41%
G = 51.53%
B = 3.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#B2CA0C (or 0xB2CA0C) is known color: La Rioja. HEX triplet: B2, CA and 0C. RGB value is (178,202,12). Sum of RGB (Red+Green+Blue) = 178+202+12=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CA0C is #4D35F3. Grayscale: #ADADAD. Windows color (decimal): -5060084 or 838322. OLE color: 838322.

HSL color Cylindrical-coordinate representation of color #B2CA0C: hue angle of 67.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2CA0C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 12 -
CMYK 0.12 0 0.94 0.21
HSL 67.58º 0.89% 0.42% -
HSV(B) 67.58º 0.94% 0.79% -
XYZ 39.55 51.73 8.25 -
YUV 173.16 37.05 131.45 -
System Red Green Blue C M Y K H S L
Decimal 178 202 12 0.12 0 0.94 0.21 67.58 0.89 0.42
Hex B2 CA C C 0 5E 15 44 59 2A
Octal 262 312 14 14 0 136 25 104 131 52
Binary 10110010 11001010 1100 1100 0 1011110 10101 1000100 1011001 101010

Color Harmonies of #B2CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA0C

Black with #B2CA0C

Text Example


Text Example

White with #B2CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA0C; }

 p { color: rgb(178,202,12); }

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

background-color css

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

 a { background-color: rgb(178,202,12); }

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

border-color css

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

 span { border-color: rgb(178,202,12); }

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