Html Css Color HEX #BFDF0C Inch Worm

📋 copy color: '#BFDF0C'

red 191 ◦ green 223 ◦ blue 12

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

Shades of Inch Worm #BFDF0C

Tints of Inch Worm #BFDF0C

RGB

 RED value IS 191 (75% from 255) = 44.84%

 GREEN value IS 223 (87.5% from 255) = 52.35%

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

R = 44.84%
G = 52.35%
B = 2.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#BFDF0C (or 0xBFDF0C) is known color: Inch Worm. HEX triplet: BF, DF and 0C. RGB value is (191,223,12). Sum of RGB (Red+Green+Blue) = 191+223+12=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF0C is #4020F3. Grayscale: #BEBEBE. Windows color (decimal): -4202740 or 843711. OLE color: 843711.

HSL color Cylindrical-coordinate representation of color #BFDF0C: hue angle of 69.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFDF0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 12 -
CMYK 0.14 0 0.95 0.13
HSL 69.1º 0.9% 0.46% -
HSV(B) 69.1º 0.95% 0.87% -
XYZ 47.94 63.88 10.15 -
YUV 189.38 27.9 129.16 -
System Red Green Blue C M Y K H S L
Decimal 191 223 12 0.14 0 0.95 0.13 69.1 0.9 0.46
Hex BF DF C E 0 5F D 45 5A 2E
Octal 277 337 14 16 0 137 15 105 132 56
Binary 10111111 11011111 1100 1110 0 1011111 1101 1000101 1011010 101110

Color Harmonies of #BFDF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF0C

Black with #BFDF0C

Text Example


Text Example

White with #BFDF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF0C; }

 p { color: rgb(191,223,12); }

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

background-color css

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

 a { background-color: rgb(191,223,12); }

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

border-color css

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

 span { border-color: rgb(191,223,12); }

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