Html Css Color HEX #B9C400 La Rioja

📋 copy color: '#B9C400'

red 185 ◦ green 196 ◦ blue 0

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

Shades of La Rioja #B9C400

Tints of La Rioja #B9C400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.56%
G = 51.44%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#B9C400 (or 0xB9C400) is known color: La Rioja. HEX triplet: B9, C4 and 00. RGB value is (185,196,0). Sum of RGB (Red+Green+Blue) = 185+196+0=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C400 is #463BFF. Grayscale: #ABABAB. Windows color (decimal): -4602880 or 50361. OLE color: 50361.

HSL color Cylindrical-coordinate representation of color #B9C400: hue angle of 63.37º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9C400 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 0 -
CMYK 0.06 0 1 0.23
HSL 63.37º 1% 0.38% -
HSV(B) 63.37º 1% 0.77% -
XYZ 39.75 49.79 7.52 -
YUV 170.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 185 196 0 0.06 0 1 0.23 63.37 1 0.38
Hex B9 C4 0 6 0 64 17 3F 64 26
Octal 271 304 0 6 0 144 27 77 144 46
Binary 10111001 11000100 0 110 0 1100100 10111 111111 1100100 100110

Color Harmonies of #B9C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C400

Black with #B9C400

Text Example


Text Example

White with #B9C400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C400; }

 p { color: rgb(185,196,0); }

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

background-color css

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

 a { background-color: rgb(185,196,0); }

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

border-color css

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

 span { border-color: rgb(185,196,0); }

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