Html Css Color HEX #B6C007 La Rioja

📋 copy color: '#B6C007'

red 182 ◦ green 192 ◦ blue 7

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

Shades of La Rioja #B6C007

Tints of La Rioja #B6C007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 47.77%
G = 50.39%
B = 1.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#B6C007 (or 0xB6C007) is known color: La Rioja. HEX triplet: B6, C0 and 07. RGB value is (182,192,7). Sum of RGB (Red+Green+Blue) = 182+192+7=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C007 is #493FF8. Grayscale: #A8A8A8. Windows color (decimal): -4800505 or 508086. OLE color: 508086.

HSL color Cylindrical-coordinate representation of color #B6C007: hue angle of 63.24º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6C007 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 192 7 -
CMYK 0.05 0 0.96 0.25
HSL 63.24º 0.93% 0.39% -
HSV(B) 63.24º 0.96% 0.75% -
XYZ 38.18 47.66 7.39 -
YUV 167.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 182 192 7 0.05 0 0.96 0.25 63.24 0.93 0.39
Hex B6 C0 7 5 0 60 19 3F 5D 27
Octal 266 300 7 5 0 140 31 77 135 47
Binary 10110110 11000000 111 101 0 1100000 11001 111111 1011101 100111

Color Harmonies of #B6C007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C007

Black with #B6C007

Text Example


Text Example

White with #B6C007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C007; }

 p { color: rgb(182,192,7); }

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

background-color css

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

 a { background-color: rgb(182,192,7); }

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

border-color css

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

 span { border-color: rgb(182,192,7); }

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