Html Css Color HEX #BCCF25 Fuego

📋 copy color: '#BCCF25'

red 188 ◦ green 207 ◦ blue 37

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

Shades of Fuego #BCCF25

Tints of Fuego #BCCF25

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.92%

 BLUE value IS 37 (14.84% from 255) = 8.56%

R = 43.52%
G = 47.92%
B = 8.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#BCCF25 (or 0xBCCF25) is known color: Fuego. HEX triplet: BC, CF and 25. RGB value is (188,207,37). Sum of RGB (Red+Green+Blue) = 188+207+37=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF25 is #4330DA. Grayscale: #B6B6B6. Windows color (decimal): -4403419 or 2478012. OLE color: 2478012.

HSL color Cylindrical-coordinate representation of color #BCCF25: hue angle of 66.71º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCCF25 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 37 -
CMYK 0.09 0 0.82 0.19
HSL 66.71º 0.7% 0.48% -
HSV(B) 66.71º 0.82% 0.81% -
XYZ 43.39 55.45 10.17 -
YUV 181.94 46.21 132.32 -
System Red Green Blue C M Y K H S L
Decimal 188 207 37 0.09 0 0.82 0.19 66.71 0.7 0.48
Hex BC CF 25 9 0 52 13 43 46 30
Octal 274 317 45 11 0 122 23 103 106 60
Binary 10111100 11001111 100101 1001 0 1010010 10011 1000011 1000110 110000

Color Harmonies of #BCCF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF25

Black with #BCCF25

Text Example


Text Example

White with #BCCF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF25; }

 p { color: rgb(188,207,37); }

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

background-color css

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

 a { background-color: rgb(188,207,37); }

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

border-color css

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

 span { border-color: rgb(188,207,37); }

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