Html Css Color HEX #B4CE2D Fuego

📋 copy color: '#B4CE2D'

red 180 ◦ green 206 ◦ blue 45

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

Shades of Fuego #B4CE2D

Tints of Fuego #B4CE2D

RGB

 RED value IS 180 (70.7% from 255) = 41.76%

 GREEN value IS 206 (80.86% from 255) = 47.8%

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 41.76%
G = 47.8%
B = 10.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#B4CE2D (or 0xB4CE2D) is known color: Fuego. HEX triplet: B4, CE and 2D. RGB value is (180,206,45). Sum of RGB (Red+Green+Blue) = 180+206+45=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE2D is #4B31D2. Grayscale: #B4B4B4. Windows color (decimal): -4927955 or 3002036. OLE color: 3002036.

HSL color Cylindrical-coordinate representation of color #B4CE2D: hue angle of 69.69º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4CE2D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 206 45 -
CMYK 0.13 0 0.78 0.19
HSL 69.69º 0.64% 0.49% -
HSV(B) 69.69º 0.78% 0.81% -
XYZ 41.37 54.04 10.73 -
YUV 179.87 51.89 128.09 -
System Red Green Blue C M Y K H S L
Decimal 180 206 45 0.13 0 0.78 0.19 69.69 0.64 0.49
Hex B4 CE 2D D 0 4E 13 46 40 31
Octal 264 316 55 15 0 116 23 106 100 61
Binary 10110100 11001110 101101 1101 0 1001110 10011 1000110 1000000 110001

Color Harmonies of #B4CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CE2D

Black with #B4CE2D

Text Example


Text Example

White with #B4CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CE2D; }

 p { color: rgb(180,206,45); }

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

background-color css

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

 a { background-color: rgb(180,206,45); }

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

border-color css

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

 span { border-color: rgb(180,206,45); }

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