Html Css Color HEX #B9C80F La Rioja

📋 copy color: '#B9C80F'

red 185 ◦ green 200 ◦ blue 15

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

Shades of La Rioja #B9C80F

Tints of La Rioja #B9C80F

RGB

 RED value IS 185 (72.66% from 255) = 46.25%

 GREEN value IS 200 (78.52% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 46.25%
G = 50%
B = 3.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#B9C80F (or 0xB9C80F) is known color: La Rioja. HEX triplet: B9, C8 and 0F. RGB value is (185,200,15). Sum of RGB (Red+Green+Blue) = 185+200+15=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C80F is #4637F0. Grayscale: #AFAFAF. Windows color (decimal): -4601841 or 1034425. OLE color: 1034425.

HSL color Cylindrical-coordinate representation of color #B9C80F: hue angle of 64.86º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9C80F is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 200 15 -
CMYK 0.08 0 0.92 0.22
HSL 64.86º 0.86% 0.42% -
HSV(B) 64.86º 0.93% 0.78% -
XYZ 40.75 51.66 8.28 -
YUV 174.43 38.03 135.54 -
System Red Green Blue C M Y K H S L
Decimal 185 200 15 0.08 0 0.92 0.22 64.86 0.86 0.42
Hex B9 C8 F 8 0 5C 16 41 56 2A
Octal 271 310 17 10 0 134 26 101 126 52
Binary 10111001 11001000 1111 1000 0 1011100 10110 1000001 1010110 101010

Color Harmonies of #B9C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C80F

Black with #B9C80F

Text Example


Text Example

White with #B9C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C80F; }

 p { color: rgb(185,200,15); }

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

background-color css

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

 a { background-color: rgb(185,200,15); }

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

border-color css

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

 span { border-color: rgb(185,200,15); }

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