Html Css Color HEX #BDDA01 Inch Worm

📋 copy color: '#BDDA01'

red 189 ◦ green 218 ◦ blue 1

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

Shades of Inch Worm #BDDA01

Tints of Inch Worm #BDDA01

RGB

 RED value IS 189 (74.22% from 255) = 46.32%

 GREEN value IS 218 (85.55% from 255) = 53.43%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 46.32%
G = 53.43%
B = 0.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#BDDA01 (or 0xBDDA01) is known color: Inch Worm. HEX triplet: BD, DA and 01. RGB value is (189,218,1). Sum of RGB (Red+Green+Blue) = 189+218+1=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA01 is #4225FE. Grayscale: #B9B9B9. Windows color (decimal): -4335103 or 121533. OLE color: 121533.

HSL color Cylindrical-coordinate representation of color #BDDA01: hue angle of 68.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDDA01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 1 -
CMYK 0.13 0 1.00 0.15
HSL 68.02º 0.99% 0.43% -
HSV(B) 68.02º 1% 0.85% -
XYZ 46.06 60.96 9.37 -
YUV 184.59 24.39 131.14 -
System Red Green Blue C M Y K H S L
Decimal 189 218 1 0.13 0 1.00 0.15 68.02 0.99 0.43
Hex BD DA 1 D 0 64 F 44 63 2B
Octal 275 332 1 15 0 144 17 104 143 53
Binary 10111101 11011010 1 1101 0 1100100 1111 1000100 1100011 101011

Color Harmonies of #BDDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA01

Black with #BDDA01

Text Example


Text Example

White with #BDDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA01; }

 p { color: rgb(189,218,1); }

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

background-color css

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

 a { background-color: rgb(189,218,1); }

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

border-color css

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

 span { border-color: rgb(189,218,1); }

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