Html Css Color HEX #BCF934 Green Yellow

📋 copy color: '#BCF934'

red 188 ◦ green 249 ◦ blue 52

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

Shades of Green Yellow #BCF934

Tints of Green Yellow #BCF934

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.92%

 BLUE value IS 52 (20.7% from 255) = 10.63%

R = 38.45%
G = 50.92%
B = 10.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#BCF934 (or 0xBCF934) is known color: Green Yellow. HEX triplet: BC, F9 and 34. RGB value is (188,249,52). Sum of RGB (Red+Green+Blue) = 188+249+52=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF934 is #4306CB. Grayscale: #D1D1D1. Windows color (decimal): -4392652 or 3471804. OLE color: 3471804.

HSL color Cylindrical-coordinate representation of color #BCF934: hue angle of 78.58º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCF934 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 52 -
CMYK 0.24 0 0.79 0.02
HSL 78.58º 0.94% 0.59% -
HSV(B) 78.58º 0.79% 0.98% -
XYZ 55.23 78.69 15.53 -
YUV 208.3 39.79 113.52 -
System Red Green Blue C M Y K H S L
Decimal 188 249 52 0.24 0 0.79 0.02 78.58 0.94 0.59
Hex BC F9 34 18 0 4F 2 4F 5E 3B
Octal 274 371 64 30 0 117 2 117 136 73
Binary 10111100 11111001 110100 11000 0 1001111 10 1001111 1011110 111011

Color Harmonies of #BCF934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF934

Black with #BCF934

Text Example


Text Example

White with #BCF934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF934; }

 p { color: rgb(188,249,52); }

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

background-color css

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

 a { background-color: rgb(188,249,52); }

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

border-color css

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

 span { border-color: rgb(188,249,52); }

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