Html Css Color HEX #BDDA14 Inch Worm

📋 copy color: '#BDDA14'

red 189 ◦ green 218 ◦ blue 20

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

Shades of Inch Worm #BDDA14

Tints of Inch Worm #BDDA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 44.26%
G = 51.05%
B = 4.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#BDDA14 (or 0xBDDA14) is known color: Inch Worm. HEX triplet: BD, DA and 14. RGB value is (189,218,20). Sum of RGB (Red+Green+Blue) = 189+218+20=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDA14 is #4225EB. Grayscale: #BBBBBB. Windows color (decimal): -4335084 or 1366717. OLE color: 1366717.

HSL color Cylindrical-coordinate representation of color #BDDA14: hue angle of 68.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDDA14 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 20 -
CMYK 0.13 0 0.91 0.15
HSL 68.79º 0.83% 0.47% -
HSV(B) 68.79º 0.91% 0.85% -
XYZ 46.18 61.01 10 -
YUV 186.76 33.89 129.6 -
System Red Green Blue C M Y K H S L
Decimal 189 218 20 0.13 0 0.91 0.15 68.79 0.83 0.47
Hex BD DA 14 D 0 5B F 45 53 2F
Octal 275 332 24 15 0 133 17 105 123 57
Binary 10111101 11011010 10100 1101 0 1011011 1111 1000101 1010011 101111

Color Harmonies of #BDDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA14

Black with #BDDA14

Text Example


Text Example

White with #BDDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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