Html Css Color HEX #BFDF0B Inch Worm

📋 copy color: '#BFDF0B'

red 191 ◦ green 223 ◦ blue 11

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

Shades of Inch Worm #BFDF0B

Tints of Inch Worm #BFDF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.59%

R = 44.94%
G = 52.47%
B = 2.59%

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

#BFDF0B (or 0xBFDF0B) is known color: Inch Worm. HEX triplet: BF, DF and 0B. RGB value is (191,223,11). Sum of RGB (Red+Green+Blue) = 191+223+11=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF0B is #4020F4. Grayscale: #BEBEBE. Windows color (decimal): -4202741 or 778175. OLE color: 778175.

HSL color Cylindrical-coordinate representation of color #BFDF0B: hue angle of 69.06º degrees, saturation: 0.91, 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 #BFDF0B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 11 -
CMYK 0.14 0 0.95 0.13
HSL 69.06º 0.91% 0.46% -
HSV(B) 69.06º 0.95% 0.87% -
XYZ 47.93 63.88 10.12 -
YUV 189.26 27.4 129.24 -
System Red Green Blue C M Y K H S L
Decimal 191 223 11 0.14 0 0.95 0.13 69.06 0.91 0.46
Hex BF DF B E 0 5F D 45 5B 2E
Octal 277 337 13 16 0 137 15 105 133 56
Binary 10111111 11011111 1011 1110 0 1011111 1101 1000101 1011011 101110

Color Harmonies of #BFDF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF0B

Black with #BFDF0B

Text Example


Text Example

White with #BFDF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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