Html Css Color HEX #BCD434 Fuego

📋 copy color: '#BCD434'

red 188 ◦ green 212 ◦ blue 52

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

Shades of Fuego #BCD434

Tints of Fuego #BCD434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.9%

 BLUE value IS 52 (20.7% from 255) = 11.5%

R = 41.59%
G = 46.9%
B = 11.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#BCD434 (or 0xBCD434) is known color: Fuego. HEX triplet: BC, D4 and 34. RGB value is (188,212,52). Sum of RGB (Red+Green+Blue) = 188+212+52=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD434 is #432BCB. Grayscale: #BBBBBB. Windows color (decimal): -4402124 or 3462332. OLE color: 3462332.

HSL color Cylindrical-coordinate representation of color #BCD434: hue angle of 69º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD434 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 52 -
CMYK 0.11 0 0.75 0.17
HSL 69º 0.65% 0.52% -
HSV(B) 69º 0.75% 0.83% -
XYZ 44.9 58.03 12.08 -
YUV 186.58 52.05 129.01 -
System Red Green Blue C M Y K H S L
Decimal 188 212 52 0.11 0 0.75 0.17 69 0.65 0.52
Hex BC D4 34 B 0 4B 11 45 41 34
Octal 274 324 64 13 0 113 21 105 101 64
Binary 10111100 11010100 110100 1011 0 1001011 10001 1000101 1000001 110100

Color Harmonies of #BCD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD434

Black with #BCD434

Text Example


Text Example

White with #BCD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD434; }

 p { color: rgb(188,212,52); }

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

background-color css

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

 a { background-color: rgb(188,212,52); }

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

border-color css

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

 span { border-color: rgb(188,212,52); }

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