Html Css Color HEX #B2B70C La Rioja

📋 copy color: '#B2B70C'

red 178 ◦ green 183 ◦ blue 12

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

Shades of La Rioja #B2B70C

Tints of La Rioja #B2B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.06%

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

R = 47.72%
G = 49.06%
B = 3.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B2B70C (or 0xB2B70C) is known color: La Rioja. HEX triplet: B2, B7 and 0C. RGB value is (178,183,12). Sum of RGB (Red+Green+Blue) = 178+183+12=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B70C is #4D48F3. Grayscale: #A2A2A2. Windows color (decimal): -5064948 or 833458. OLE color: 833458.

HSL color Cylindrical-coordinate representation of color #B2B70C: hue angle of 61.75º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2B70C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 12 -
CMYK 0.03 0 0.93 0.28
HSL 61.75º 0.88% 0.38% -
HSV(B) 61.75º 0.93% 0.72% -
XYZ 35.36 43.36 6.85 -
YUV 162.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 178 183 12 0.03 0 0.93 0.28 61.75 0.88 0.38
Hex B2 B7 C 3 0 5D 1C 3E 58 26
Octal 262 267 14 3 0 135 34 76 130 46
Binary 10110010 10110111 1100 11 0 1011101 11100 111110 1011000 100110

Color Harmonies of #B2B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B70C

Black with #B2B70C

Text Example


Text Example

White with #B2B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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