Html Css Color HEX #B9FC0C Spring Bud

📋 copy color: '#B9FC0C'

red 185 ◦ green 252 ◦ blue 12

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

Shades of Spring Bud #B9FC0C

Tints of Spring Bud #B9FC0C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.12%

 BLUE value IS 12 (5.08% from 255) = 2.67%

R = 41.2%
G = 56.12%
B = 2.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#B9FC0C (or 0xB9FC0C) is known color: Spring Bud. HEX triplet: B9, FC and 0C. RGB value is (185,252,12). Sum of RGB (Red+Green+Blue) = 185+252+12=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FC0C is #4603F3. Grayscale: #CDCDCD. Windows color (decimal): -4588532 or 851129. OLE color: 851129.

HSL color Cylindrical-coordinate representation of color #B9FC0C: hue angle of 76.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9FC0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 252 12 -
CMYK 0.27 0 0.95 0.01
HSL 76.75º 0.98% 0.52% -
HSV(B) 76.75º 0.95% 0.99% -
XYZ 54.88 79.96 12.89 -
YUV 204.61 19.3 114.01 -
System Red Green Blue C M Y K H S L
Decimal 185 252 12 0.27 0 0.95 0.01 76.75 0.98 0.52
Hex B9 FC C 1B 0 5F 1 4D 62 34
Octal 271 374 14 33 0 137 1 115 142 64
Binary 10111001 11111100 1100 11011 0 1011111 1 1001101 1100010 110100

Color Harmonies of #B9FC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FC0C

Black with #B9FC0C

Text Example


Text Example

White with #B9FC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FC0C; }

 p { color: rgb(185,252,12); }

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

background-color css

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

 a { background-color: rgb(185,252,12); }

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

border-color css

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

 span { border-color: rgb(185,252,12); }

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