Html Css Color HEX #B7CC0C La Rioja

📋 copy color: '#B7CC0C'

red 183 ◦ green 204 ◦ blue 12

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

Shades of La Rioja #B7CC0C

Tints of La Rioja #B7CC0C

RGB

 RED value IS 183 (71.88% from 255) = 45.86%

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

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

R = 45.86%
G = 51.13%
B = 3.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#B7CC0C (or 0xB7CC0C) is known color: La Rioja. HEX triplet: B7, CC and 0C. RGB value is (183,204,12). Sum of RGB (Red+Green+Blue) = 183+204+12=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CC0C is #4833F3. Grayscale: #B0B0B0. Windows color (decimal): -4731892 or 838839. OLE color: 838839.

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

Color convert

RGB 183 204 12 -
CMYK 0.10 0 0.94 0.2
HSL 66.56º 0.89% 0.42% -
HSV(B) 66.56º 0.94% 0.8% -
XYZ 41.19 53.28 8.46 -
YUV 175.83 35.54 133.11 -
System Red Green Blue C M Y K H S L
Decimal 183 204 12 0.10 0 0.94 0.2 66.56 0.89 0.42
Hex B7 CC C A 0 5E 14 43 59 2A
Octal 267 314 14 12 0 136 24 103 131 52
Binary 10110111 11001100 1100 1010 0 1011110 10100 1000011 1011001 101010

Color Harmonies of #B7CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CC0C

Black with #B7CC0C

Text Example


Text Example

White with #B7CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CC0C; }

 p { color: rgb(183,204,12); }

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

background-color css

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

 a { background-color: rgb(183,204,12); }

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

border-color css

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

 span { border-color: rgb(183,204,12); }

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