Html Css Color HEX #B6CC0A La Rioja

📋 copy color: '#B6CC0A'

red 182 ◦ green 204 ◦ blue 10

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

Shades of La Rioja #B6CC0A

Tints of La Rioja #B6CC0A

RGB

 RED value IS 182 (71.48% from 255) = 45.96%

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

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

R = 45.96%
G = 51.52%
B = 2.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#B6CC0A (or 0xB6CC0A) is known color: La Rioja. HEX triplet: B6, CC and 0A. RGB value is (182,204,10). Sum of RGB (Red+Green+Blue) = 182+204+10=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CC0A is #4933F5. Grayscale: #B0B0B0. Windows color (decimal): -4797430 or 707766. OLE color: 707766.

HSL color Cylindrical-coordinate representation of color #B6CC0A: hue angle of 66.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6CC0A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 10 -
CMYK 0.11 0 0.95 0.2
HSL 66.8º 0.91% 0.42% -
HSV(B) 66.8º 0.95% 0.8% -
XYZ 40.94 53.15 8.39 -
YUV 175.31 34.71 132.77 -
System Red Green Blue C M Y K H S L
Decimal 182 204 10 0.11 0 0.95 0.2 66.8 0.91 0.42
Hex B6 CC A B 0 5F 14 43 5B 2A
Octal 266 314 12 13 0 137 24 103 133 52
Binary 10110110 11001100 1010 1011 0 1011111 10100 1000011 1011011 101010

Color Harmonies of #B6CC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CC0A

Black with #B6CC0A

Text Example


Text Example

White with #B6CC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CC0A; }

 p { color: rgb(182,204,10); }

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

background-color css

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

 a { background-color: rgb(182,204,10); }

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

border-color css

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

 span { border-color: rgb(182,204,10); }

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