Html Css Color HEX #BCD238 Fuego

📋 copy color: '#BCD238'

red 188 ◦ green 210 ◦ blue 56

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

Shades of Fuego #BCD238

Tints of Fuego #BCD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.26%

 BLUE value IS 56 (22.27% from 255) = 12.33%

R = 41.41%
G = 46.26%
B = 12.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#BCD238 (or 0xBCD238) is known color: Fuego. HEX triplet: BC, D2 and 38. RGB value is (188,210,56). Sum of RGB (Red+Green+Blue) = 188+210+56=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD238 is #432DC7. Grayscale: #BABABA. Windows color (decimal): -4402632 or 3723964. OLE color: 3723964.

HSL color Cylindrical-coordinate representation of color #BCD238: hue angle of 68.57º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCD238 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 56 -
CMYK 0.10 0 0.73 0.18
HSL 68.57º 0.63% 0.52% -
HSV(B) 68.57º 0.73% 0.82% -
XYZ 44.5 57.07 12.41 -
YUV 185.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 188 210 56 0.10 0 0.73 0.18 68.57 0.63 0.52
Hex BC D2 38 A 0 49 12 45 3F 34
Octal 274 322 70 12 0 111 22 105 77 64
Binary 10111100 11010010 111000 1010 0 1001001 10010 1000101 111111 110100

Color Harmonies of #BCD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD238

Black with #BCD238

Text Example


Text Example

White with #BCD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD238; }

 p { color: rgb(188,210,56); }

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

background-color css

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

 a { background-color: rgb(188,210,56); }

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

border-color css

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

 span { border-color: rgb(188,210,56); }

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