Html Css Color HEX #B4C90D La Rioja

📋 copy color: '#B4C90D'

red 180 ◦ green 201 ◦ blue 13

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

Shades of La Rioja #B4C90D

Tints of La Rioja #B4C90D

RGB

 RED value IS 180 (70.7% from 255) = 45.69%

 GREEN value IS 201 (78.91% from 255) = 51.02%

 BLUE value IS 13 (5.47% from 255) = 3.3%

R = 45.69%
G = 51.02%
B = 3.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#B4C90D (or 0xB4C90D) is known color: La Rioja. HEX triplet: B4, C9 and 0D. RGB value is (180,201,13). Sum of RGB (Red+Green+Blue) = 180+201+13=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C90D is #4B36F2. Grayscale: #AEAEAE. Windows color (decimal): -4929267 or 903604. OLE color: 903604.

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

Color convert

RGB 180 201 13 -
CMYK 0.10 0 0.94 0.21
HSL 66.7º 0.88% 0.42% -
HSV(B) 66.7º 0.94% 0.79% -
XYZ 39.78 51.51 8.23 -
YUV 173.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 180 201 13 0.10 0 0.94 0.21 66.7 0.88 0.42
Hex B4 C9 D A 0 5E 15 43 58 2A
Octal 264 311 15 12 0 136 25 103 130 52
Binary 10110100 11001001 1101 1010 0 1011110 10101 1000011 1011000 101010

Color Harmonies of #B4C90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C90D

Black with #B4C90D

Text Example


Text Example

White with #B4C90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C90D; }

 p { color: rgb(180,201,13); }

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

background-color css

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

 a { background-color: rgb(180,201,13); }

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

border-color css

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

 span { border-color: rgb(180,201,13); }

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