Html Css Color HEX #B2B90E La Rioja

📋 copy color: '#B2B90E'

red 178 ◦ green 185 ◦ blue 14

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

Shades of La Rioja #B2B90E

Tints of La Rioja #B2B90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

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

R = 47.21%
G = 49.07%
B = 3.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B2B90E (or 0xB2B90E) is known color: La Rioja. HEX triplet: B2, B9 and 0E. RGB value is (178,185,14). Sum of RGB (Red+Green+Blue) = 178+185+14=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B90E is #4D46F1. Grayscale: #A4A4A4. Windows color (decimal): -5064434 or 965042. OLE color: 965042.

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

Color convert

RGB 178 185 14 -
CMYK 0.04 0 0.92 0.27
HSL 62.46º 0.86% 0.39% -
HSV(B) 62.46º 0.92% 0.73% -
XYZ 35.79 44.19 7.06 -
YUV 163.41 43.68 138.4 -
System Red Green Blue C M Y K H S L
Decimal 178 185 14 0.04 0 0.92 0.27 62.46 0.86 0.39
Hex B2 B9 E 4 0 5C 1B 3E 56 27
Octal 262 271 16 4 0 134 33 76 126 47
Binary 10110010 10111001 1110 100 0 1011100 11011 111110 1010110 100111

Color Harmonies of #B2B90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B90E

Black with #B2B90E

Text Example


Text Example

White with #B2B90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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