Html Css Color HEX #B2C30A La Rioja

📋 copy color: '#B2C30A'

red 178 ◦ green 195 ◦ blue 10

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

Shades of La Rioja #B2C30A

Tints of La Rioja #B2C30A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.91%

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 46.48%
G = 50.91%
B = 2.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#B2C30A (or 0xB2C30A) is known color: La Rioja. HEX triplet: B2, C3 and 0A. RGB value is (178,195,10). Sum of RGB (Red+Green+Blue) = 178+195+10=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C30A is #4D3CF5. Grayscale: #A9A9A9. Windows color (decimal): -5061878 or 705458. OLE color: 705458.

HSL color Cylindrical-coordinate representation of color #B2C30A: hue angle of 65.51º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2C30A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 10 -
CMYK 0.09 0 0.95 0.24
HSL 65.51º 0.9% 0.4% -
HSV(B) 65.51º 0.95% 0.76% -
XYZ 37.93 48.52 7.65 -
YUV 168.83 38.37 134.54 -
System Red Green Blue C M Y K H S L
Decimal 178 195 10 0.09 0 0.95 0.24 65.51 0.9 0.4
Hex B2 C3 A 9 0 5F 18 42 5A 28
Octal 262 303 12 11 0 137 30 102 132 50
Binary 10110010 11000011 1010 1001 0 1011111 11000 1000010 1011010 101000

Color Harmonies of #B2C30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C30A

Black with #B2C30A

Text Example


Text Example

White with #B2C30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C30A; }

 p { color: rgb(178,195,10); }

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

background-color css

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

 a { background-color: rgb(178,195,10); }

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

border-color css

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

 span { border-color: rgb(178,195,10); }

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