Html Css Color HEX #BCCC30 Fuego

📋 copy color: '#BCCC30'

red 188 ◦ green 204 ◦ blue 48

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

Shades of Fuego #BCCC30

Tints of Fuego #BCCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

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

R = 42.73%
G = 46.36%
B = 10.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#BCCC30 (or 0xBCCC30) is known color: Fuego. HEX triplet: BC, CC and 30. RGB value is (188,204,48). Sum of RGB (Red+Green+Blue) = 188+204+48=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC30 is #4333CF. Grayscale: #B6B6B6. Windows color (decimal): -4404176 or 3198140. OLE color: 3198140.

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

Color convert

RGB 188 204 48 -
CMYK 0.08 0 0.76 0.2
HSL 66.15º 0.62% 0.49% -
HSV(B) 66.15º 0.76% 0.8% -
XYZ 42.87 54.09 10.98 -
YUV 181.43 52.7 132.68 -
System Red Green Blue C M Y K H S L
Decimal 188 204 48 0.08 0 0.76 0.2 66.15 0.62 0.49
Hex BC CC 30 8 0 4C 14 42 3E 31
Octal 274 314 60 10 0 114 24 102 76 61
Binary 10111100 11001100 110000 1000 0 1001100 10100 1000010 111110 110001

Color Harmonies of #BCCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC30

Black with #BCCC30

Text Example


Text Example

White with #BCCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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