Html Css Color HEX #BCDA30 Fuego

📋 copy color: '#BCDA30'

red 188 ◦ green 218 ◦ blue 48

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

Shades of Fuego #BCDA30

Tints of Fuego #BCDA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.57%

R = 41.41%
G = 48.02%
B = 10.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BCDA30 (or 0xBCDA30) is known color: Fuego. HEX triplet: BC, DA and 30. RGB value is (188,218,48). Sum of RGB (Red+Green+Blue) = 188+218+48=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA30 is #4325CF. Grayscale: #BEBEBE. Windows color (decimal): -4400592 or 3201724. OLE color: 3201724.

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

Color convert

RGB 188 218 48 -
CMYK 0.14 0 0.78 0.15
HSL 70.59º 0.7% 0.52% -
HSV(B) 70.59º 0.78% 0.85% -
XYZ 46.34 61.05 12.14 -
YUV 189.65 48.06 126.82 -
System Red Green Blue C M Y K H S L
Decimal 188 218 48 0.14 0 0.78 0.15 70.59 0.7 0.52
Hex BC DA 30 E 0 4E F 47 46 34
Octal 274 332 60 16 0 116 17 107 106 64
Binary 10111100 11011010 110000 1110 0 1001110 1111 1000111 1000110 110100

Color Harmonies of #BCDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA30

Black with #BCDA30

Text Example


Text Example

White with #BCDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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