Html Css Color HEX #B2B70E La Rioja

📋 copy color: '#B2B70E'

red 178 ◦ green 183 ◦ blue 14

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

Shades of La Rioja #B2B70E

Tints of La Rioja #B2B70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 47.47%
G = 48.8%
B = 3.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B2B70E (or 0xB2B70E) is known color: La Rioja. HEX triplet: B2, B7 and 0E. RGB value is (178,183,14). Sum of RGB (Red+Green+Blue) = 178+183+14=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B70E is #4D48F1. Grayscale: #A2A2A2. Windows color (decimal): -5064946 or 964530. OLE color: 964530.

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

Color convert

RGB 178 183 14 -
CMYK 0.03 0 0.92 0.28
HSL 61.78º 0.86% 0.39% -
HSV(B) 61.78º 0.92% 0.72% -
XYZ 35.37 43.36 6.92 -
YUV 162.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 178 183 14 0.03 0 0.92 0.28 61.78 0.86 0.39
Hex B2 B7 E 3 0 5C 1C 3E 56 27
Octal 262 267 16 3 0 134 34 76 126 47
Binary 10110010 10110111 1110 11 0 1011100 11100 111110 1010110 100111

Color Harmonies of #B2B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B70E

Black with #B2B70E

Text Example


Text Example

White with #B2B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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