Html Css Color HEX #BCCF04 La Rioja

📋 copy color: '#BCCF04'

red 188 ◦ green 207 ◦ blue 4

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

Shades of La Rioja #BCCF04

Tints of La Rioja #BCCF04

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.88%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 47.12%
G = 51.88%
B = 1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#BCCF04 (or 0xBCCF04) is known color: La Rioja. HEX triplet: BC, CF and 04. RGB value is (188,207,4). Sum of RGB (Red+Green+Blue) = 188+207+4=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCF04 is #4330FB. Grayscale: #B2B2B2. Windows color (decimal): -4403452 or 315324. OLE color: 315324.

HSL color Cylindrical-coordinate representation of color #BCCF04: hue angle of 65.62º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCCF04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 4 -
CMYK 0.09 0 0.98 0.19
HSL 65.62º 0.96% 0.41% -
HSV(B) 65.62º 0.98% 0.81% -
XYZ 43.07 55.33 8.52 -
YUV 178.18 29.71 135.01 -
System Red Green Blue C M Y K H S L
Decimal 188 207 4 0.09 0 0.98 0.19 65.62 0.96 0.41
Hex BC CF 4 9 0 62 13 42 60 29
Octal 274 317 4 11 0 142 23 102 140 51
Binary 10111100 11001111 100 1001 0 1100010 10011 1000010 1100000 101001

Color Harmonies of #BCCF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF04

Black with #BCCF04

Text Example


Text Example

White with #BCCF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF04; }

 p { color: rgb(188,207,4); }

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

background-color css

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

 a { background-color: rgb(188,207,4); }

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

border-color css

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

 span { border-color: rgb(188,207,4); }

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