Html Css Color HEX #B2C003 La Rioja

📋 copy color: '#B2C003'

red 178 ◦ green 192 ◦ blue 3

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

Shades of La Rioja #B2C003

Tints of La Rioja #B2C003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.47%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 47.72%
G = 51.47%
B = 0.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#B2C003 (or 0xB2C003) is known color: La Rioja. HEX triplet: B2, C0 and 03. RGB value is (178,192,3). Sum of RGB (Red+Green+Blue) = 178+192+3=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C003 is #4D3FFC. Grayscale: #A7A7A7. Windows color (decimal): -5062653 or 245938. OLE color: 245938.

HSL color Cylindrical-coordinate representation of color #B2C003: hue angle of 64.44º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2C003 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 3 -
CMYK 0.07 0 0.98 0.25
HSL 64.44º 0.97% 0.38% -
HSV(B) 64.44º 0.98% 0.75% -
XYZ 37.23 47.17 7.23 -
YUV 166.27 35.86 136.37 -
System Red Green Blue C M Y K H S L
Decimal 178 192 3 0.07 0 0.98 0.25 64.44 0.97 0.38
Hex B2 C0 3 7 0 62 19 40 61 26
Octal 262 300 3 7 0 142 31 100 141 46
Binary 10110010 11000000 11 111 0 1100010 11001 1000000 1100001 100110

Color Harmonies of #B2C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C003

Black with #B2C003

Text Example


Text Example

White with #B2C003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C003; }

 p { color: rgb(178,192,3); }

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

background-color css

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

 a { background-color: rgb(178,192,3); }

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

border-color css

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

 span { border-color: rgb(178,192,3); }

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