Html Css Color HEX #BCCB3D Las Palmas

📋 copy color: '#BCCB3D'

red 188 ◦ green 203 ◦ blue 61

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

Shades of Las Palmas #BCCB3D

Tints of Las Palmas #BCCB3D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.91%

 BLUE value IS 61 (24.22% from 255) = 13.5%

R = 41.59%
G = 44.91%
B = 13.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#BCCB3D (or 0xBCCB3D) is known color: Las Palmas. HEX triplet: BC, CB and 3D. RGB value is (188,203,61). Sum of RGB (Red+Green+Blue) = 188+203+61=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB3D is #4334C2. Grayscale: #B6B6B6. Windows color (decimal): -4404419 or 4049852. OLE color: 4049852.

HSL color Cylindrical-coordinate representation of color #BCCB3D: hue angle of 66.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCCB3D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 61 -
CMYK 0.07 0 0.70 0.20
HSL 66.34º 0.58% 0.52% -
HSV(B) 66.34º 0.7% 0.8% -
XYZ 42.94 53.74 12.52 -
YUV 182.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 188 203 61 0.07 0 0.70 0.20 66.34 0.58 0.52
Hex BC CB 3D 7 0 46 14 42 3A 34
Octal 274 313 75 7 0 106 24 102 72 64
Binary 10111100 11001011 111101 111 0 1000110 10100 1000010 111010 110100

Color Harmonies of #BCCB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB3D

Black with #BCCB3D

Text Example


Text Example

White with #BCCB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB3D; }

 p { color: rgb(188,203,61); }

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

background-color css

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

 a { background-color: rgb(188,203,61); }

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

border-color css

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

 span { border-color: rgb(188,203,61); }

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