Html Css Color HEX #BCF526 Green Yellow

📋 copy color: '#BCF526'

red 188 ◦ green 245 ◦ blue 38

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

Shades of Green Yellow #BCF526

Tints of Green Yellow #BCF526

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.02%

 BLUE value IS 38 (15.23% from 255) = 8.07%

R = 39.92%
G = 52.02%
B = 8.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#BCF526 (or 0xBCF526) is known color: Green Yellow. HEX triplet: BC, F5 and 26. RGB value is (188,245,38). Sum of RGB (Red+Green+Blue) = 188+245+38=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF526 is #430AD9. Grayscale: #CDCDCD. Windows color (decimal): -4393690 or 2553276. OLE color: 2553276.

HSL color Cylindrical-coordinate representation of color #BCF526: hue angle of 76.52º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCF526 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 38 -
CMYK 0.23 0 0.84 0.04
HSL 76.52º 0.91% 0.55% -
HSV(B) 76.52º 0.84% 0.96% -
XYZ 53.74 76.14 13.7 -
YUV 204.36 34.12 116.33 -
System Red Green Blue C M Y K H S L
Decimal 188 245 38 0.23 0 0.84 0.04 76.52 0.91 0.55
Hex BC F5 26 17 0 54 4 4D 5B 37
Octal 274 365 46 27 0 124 4 115 133 67
Binary 10111100 11110101 100110 10111 0 1010100 100 1001101 1011011 110111

Color Harmonies of #BCF526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF526

Black with #BCF526

Text Example


Text Example

White with #BCF526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF526; }

 p { color: rgb(188,245,38); }

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

background-color css

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

 a { background-color: rgb(188,245,38); }

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

border-color css

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

 span { border-color: rgb(188,245,38); }

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