Html Css Color HEX #BCDA03 Inch Worm

📋 copy color: '#BCDA03'

red 188 ◦ green 218 ◦ blue 3

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

Shades of Inch Worm #BCDA03

Tints of Inch Worm #BCDA03

RGB

 RED value IS 188 (73.83% from 255) = 45.97%

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 45.97%
G = 53.3%
B = 0.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#BCDA03 (or 0xBCDA03) is known color: Inch Worm. HEX triplet: BC, DA and 03. RGB value is (188,218,3). Sum of RGB (Red+Green+Blue) = 188+218+3=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 3 (1.56% from 255 or 0.73% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA03 is #4325FC. Grayscale: #B9B9B9. Windows color (decimal): -4400637 or 252604. OLE color: 252604.

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

Color convert

RGB 188 218 3 -
CMYK 0.14 0 0.99 0.15
HSL 68.37º 0.97% 0.43% -
HSV(B) 68.37º 0.99% 0.85% -
XYZ 45.83 60.84 9.41 -
YUV 184.52 25.56 130.48 -
System Red Green Blue C M Y K H S L
Decimal 188 218 3 0.14 0 0.99 0.15 68.37 0.97 0.43
Hex BC DA 3 E 0 63 F 44 61 2B
Octal 274 332 3 16 0 143 17 104 141 53
Binary 10111100 11011010 11 1110 0 1100011 1111 1000100 1100001 101011

Color Harmonies of #BCDA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA03

Black with #BCDA03

Text Example


Text Example

White with #BCDA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA03; }

 p { color: rgb(188,218,3); }

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

background-color css

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

 a { background-color: rgb(188,218,3); }

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

border-color css

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

 span { border-color: rgb(188,218,3); }

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