Html Css Color HEX #BECC25 Fuego

📋 copy color: '#BECC25'

red 190 ◦ green 204 ◦ blue 37

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

Shades of Fuego #BECC25

Tints of Fuego #BECC25

RGB

 RED value IS 190 (74.61% from 255) = 44.08%

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

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

R = 44.08%
G = 47.33%
B = 8.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#BECC25 (or 0xBECC25) is known color: Fuego. HEX triplet: BE, CC and 25. RGB value is (190,204,37). Sum of RGB (Red+Green+Blue) = 190+204+37=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC25 is #4133DA. Grayscale: #B5B5B5. Windows color (decimal): -4273115 or 2477246. OLE color: 2477246.

HSL color Cylindrical-coordinate representation of color #BECC25: hue angle of 65.03º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BECC25 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 37 -
CMYK 0.07 0 0.82 0.2
HSL 65.03º 0.69% 0.47% -
HSV(B) 65.03º 0.82% 0.8% -
XYZ 43.16 54.27 9.95 -
YUV 180.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 190 204 37 0.07 0 0.82 0.2 65.03 0.69 0.47
Hex BE CC 25 7 0 52 14 41 45 2F
Octal 276 314 45 7 0 122 24 101 105 57
Binary 10111110 11001100 100101 111 0 1010010 10100 1000001 1000101 101111

Color Harmonies of #BECC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC25

Black with #BECC25

Text Example


Text Example

White with #BECC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC25; }

 p { color: rgb(190,204,37); }

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

background-color css

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

 a { background-color: rgb(190,204,37); }

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

border-color css

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

 span { border-color: rgb(190,204,37); }

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