Html Css Color HEX #B9C102 La Rioja

📋 copy color: '#B9C102'

red 185 ◦ green 193 ◦ blue 2

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

Shades of La Rioja #B9C102

Tints of La Rioja #B9C102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.79%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 48.68%
G = 50.79%
B = 0.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B9C102 (or 0xB9C102) is known color: La Rioja. HEX triplet: B9, C1 and 02. RGB value is (185,193,2). Sum of RGB (Red+Green+Blue) = 185+193+2=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C102 is #463EFD. Grayscale: #A9A9A9. Windows color (decimal): -4603646 or 180665. OLE color: 180665.

HSL color Cylindrical-coordinate representation of color #B9C102: hue angle of 62.51º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9C102 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 193 2 -
CMYK 0.04 0 0.99 0.24
HSL 62.51º 0.98% 0.38% -
HSV(B) 62.51º 0.99% 0.76% -
XYZ 39.09 48.46 7.35 -
YUV 168.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 185 193 2 0.04 0 0.99 0.24 62.51 0.98 0.38
Hex B9 C1 2 4 0 63 18 3F 62 26
Octal 271 301 2 4 0 143 30 77 142 46
Binary 10111001 11000001 10 100 0 1100011 11000 111111 1100010 100110

Color Harmonies of #B9C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C102

Black with #B9C102

Text Example


Text Example

White with #B9C102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C102; }

 p { color: rgb(185,193,2); }

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

background-color css

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

 a { background-color: rgb(185,193,2); }

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

border-color css

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

 span { border-color: rgb(185,193,2); }

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