Html Css Color HEX #B9C30F La Rioja

📋 copy color: '#B9C30F'

red 185 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #B9C30F

Tints of La Rioja #B9C30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.37%

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

R = 46.84%
G = 49.37%
B = 3.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B9C30F (or 0xB9C30F) is known color: La Rioja. HEX triplet: B9, C3 and 0F. RGB value is (185,195,15). Sum of RGB (Red+Green+Blue) = 185+195+15=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C30F is #463CF0. Grayscale: #ACACAC. Windows color (decimal): -4603121 or 1033145. OLE color: 1033145.

HSL color Cylindrical-coordinate representation of color #B9C30F: hue angle of 63.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9C30F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 15 -
CMYK 0.05 0 0.92 0.24
HSL 63.33º 0.86% 0.41% -
HSV(B) 63.33º 0.92% 0.76% -
XYZ 39.61 49.38 7.9 -
YUV 171.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 185 195 15 0.05 0 0.92 0.24 63.33 0.86 0.41
Hex B9 C3 F 5 0 5C 18 3F 56 29
Octal 271 303 17 5 0 134 30 77 126 51
Binary 10111001 11000011 1111 101 0 1011100 11000 111111 1010110 101001

Color Harmonies of #B9C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C30F

Black with #B9C30F

Text Example


Text Example

White with #B9C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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