Html Css Color HEX #BCCD30 Fuego

📋 copy color: '#BCCD30'

red 188 ◦ green 205 ◦ blue 48

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

Shades of Fuego #BCCD30

Tints of Fuego #BCCD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

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

R = 42.63%
G = 46.49%
B = 10.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#BCCD30 (or 0xBCCD30) is known color: Fuego. HEX triplet: BC, CD and 30. RGB value is (188,205,48). Sum of RGB (Red+Green+Blue) = 188+205+48=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD30 is #4332CF. Grayscale: #B6B6B6. Windows color (decimal): -4403920 or 3198396. OLE color: 3198396.

HSL color Cylindrical-coordinate representation of color #BCCD30: hue angle of 66.5º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCCD30 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 48 -
CMYK 0.08 0 0.77 0.20
HSL 66.5º 0.62% 0.5% -
HSV(B) 66.5º 0.77% 0.8% -
XYZ 43.1 54.57 11.06 -
YUV 182.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 188 205 48 0.08 0 0.77 0.20 66.5 0.62 0.5
Hex BC CD 30 8 0 4D 14 42 3E 32
Octal 274 315 60 10 0 115 24 102 76 62
Binary 10111100 11001101 110000 1000 0 1001101 10100 1000010 111110 110010

Color Harmonies of #BCCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD30

Black with #BCCD30

Text Example


Text Example

White with #BCCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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