Html Css Color HEX #BCBF27 Rio Grande

📋 copy color: '#BCBF27'

red 188 ◦ green 191 ◦ blue 39

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

Shades of Rio Grande #BCBF27

Tints of Rio Grande #BCBF27

RGB

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

 GREEN value IS 191 (75% from 255) = 45.69%

 BLUE value IS 39 (15.63% from 255) = 9.33%

R = 44.98%
G = 45.69%
B = 9.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BCBF27 (or 0xBCBF27) is known color: Rio Grande. HEX triplet: BC, BF and 27. RGB value is (188,191,39). Sum of RGB (Red+Green+Blue) = 188+191+39=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF27 is #4340D8. Grayscale: #ADADAD. Windows color (decimal): -4407513 or 2604988. OLE color: 2604988.

HSL color Cylindrical-coordinate representation of color #BCBF27: hue angle of 61.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCBF27 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 39 -
CMYK 0.02 0 0.80 0.25
HSL 61.18º 0.66% 0.45% -
HSV(B) 61.18º 0.8% 0.75% -
XYZ 39.74 48.1 9.11 -
YUV 172.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 188 191 39 0.02 0 0.80 0.25 61.18 0.66 0.45
Hex BC BF 27 2 0 50 19 3D 42 2D
Octal 274 277 47 2 0 120 31 75 102 55
Binary 10111100 10111111 100111 10 0 1010000 11001 111101 1000010 101101

Color Harmonies of #BCBF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF27

Black with #BCBF27

Text Example


Text Example

White with #BCBF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF27; }

 p { color: rgb(188,191,39); }

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

background-color css

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

 a { background-color: rgb(188,191,39); }

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

border-color css

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

 span { border-color: rgb(188,191,39); }

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